Collapse image Expand Image Copy image CopyHover image
                




.NET Framework Class Library
View<(Of <(<'T>)>)>..::..GroupJoin Method
View<(Of <(<'T>)>)> Class  See Also 

Overload List

  Name Description
Public method GroupJoin<(Of <<'(TInner, TKey, TResult>)>>)(ObservableCollection<(Of <<'(TInner>)>>), Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TInner, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, GroupView<(Of <<'(TKey, TInner>)>>), TResult>)>>)>)>>))
Correlates the elements of this view and a collection based on equality of keys and groups the results.
Public method GroupJoin<(Of <<'(TInner, TKey, TResult>)>>)(IObservableSource<(Of <<'(TInner>)>>), Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TInner, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, GroupView<(Of <<'(TKey, TInner>)>>), TResult>)>>)>)>>))
Correlates the elements of two views based on equality of keys and groups the results.

See Also

View<(Of <(<'T>)>)> Class
View<(Of <(<'T>)>)> Members
C1.LiveLinq.LiveViews Namespace
Footer image